[INFO] cloning repository https://github.com/lukewilliamboswell/basic-ssg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukewilliamboswell/basic-ssg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukewilliamboswell%2Fbasic-ssg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukewilliamboswell%2Fbasic-ssg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 83d00868b994ba65be13f8cdd309615d1a0d0666
[INFO] checking lukewilliamboswell/basic-ssg against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukewilliamboswell%2Fbasic-ssg" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/lukewilliamboswell/basic-ssg
[INFO] finished tweaking git repo https://github.com/lukewilliamboswell/basic-ssg
[INFO] tweaked toml for git repo https://github.com/lukewilliamboswell/basic-ssg written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lukewilliamboswell/basic-ssg on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lukewilliamboswell/basic-ssg already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/roc-lang/roc.git`
[INFO] [stderr]     Updating git repository `https://github.com/roc-lang/basic-cli.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wyhash v0.5.0
[INFO] [stderr]   Downloaded plist v1.7.0
[INFO] [stderr]   Downloaded pulldown-cmark v0.9.6
[INFO] [stderr]   Downloaded quick-xml v0.32.0
[INFO] [stderr]   Downloaded im-rc v15.1.0
[INFO] [stderr]   Downloaded syntect v5.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722
[INFO] running `Command { std: "docker" "start" "9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking roc_std v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking soa v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking roc_region v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking roc_error_macros v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]     Checking roc_ident v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking wyhash v0.5.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking encode_unicode v1.0.0
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking roc_std_heap v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking roc_io_error v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]     Checking roc_file v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]     Checking roc_stdio v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]     Checking roc_command v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking roc_env v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]     Checking plist v1.7.0
[INFO] [stderr]     Checking roc_collections v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking roc_module v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking roc_parse v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking syntect v5.2.0
[INFO] [stderr]     Checking roc_highlight v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]     Checking ssg v0.1.0 (/opt/rustwide/workdir/crates/ssg)
[INFO] [stderr]     Checking roc_host v0.1.0 (/opt/rustwide/workdir/crates/roc_host)
[INFO] [stderr]     Checking host v0.0.1 (/opt/rustwide/workdir/crates/roc_host_lib)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
[INFO] running `Command { std: "docker" "inspect" "9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722", kill_on_drop: false }`
[INFO] [stdout] 9ddf026d8753196c7e6abea0ba4a5ac6432555d2a64044ad0b0f0d36c8419722
